projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fda8904
)
xen: arm64: clear boot_first instead of boot_pgtable twice
author
Dennis Lan (dlan)
<dennis.yxun@gmail.com>
Wed, 4 Dec 2013 14:37:25 +0000
(14:37 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 4 Dec 2013 14:37:25 +0000
(14:37 +0000)
Signed-off-by: Lan Yixun (dlan) <dennis.yxun@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/mm.c
patch
|
blob
|
history
diff --git
a/xen/arch/arm/mm.c
b/xen/arch/arm/mm.c
index e6753fee6ec793190beb4474d64135406094311c..399e54652dd074ad1a1e9d656bbc124262a1bda4 100644
(file)
--- a/
xen/arch/arm/mm.c
+++ b/
xen/arch/arm/mm.c
@@
-470,7
+470,7
@@
void __init setup_pagetables(unsigned long boot_phys_offset, paddr_t xen_paddr)
memset(boot_pgtable, 0x0, PAGE_SIZE);
flush_xen_dcache(boot_pgtable);
#ifdef CONFIG_ARM_64
- memset(boot_
pgtable
, 0x0, PAGE_SIZE);
+ memset(boot_
first
, 0x0, PAGE_SIZE);
flush_xen_dcache(boot_first);
#endif
memset(boot_second, 0x0, PAGE_SIZE);